home *** CD-ROM | disk | FTP | other *** search
/ Aminet 5 / Aminet 5 - March 1995.iso / Aminet / util / rexx / RXPointer.lha / rxpointer / closeamitcpreq.rexx next >
OS/2 REXX Batch file  |  1994-11-01  |  302b  |  16 lines

  1. /*
  2. ARexx script to close AmiTCP v4.0demo Requester Window
  3. so the startup sequence can continue
  4.  
  5. $VER 1.0 Geoff gfellows@csu.edu.au 1-Nov-1994
  6. */
  7. address command
  8. if ~show("PORTS", "POINTER1") then do
  9.     "run <>nil: user:tools/rxpointer"
  10. end
  11. "wait 10"
  12. address 'POINTER1'
  13. "move 310 430"
  14. "click left"
  15. "quit"
  16.